home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1998 November / MAC100-1998-11.ISO.7z / MAC100-1998-11.ISO / オンラインソフト定点観測 / デモ / DesignWorks 4.0.1 PPC Demo.sea / DesignWorks 4.0.1 Demo PowerMac / Design Kits / Generic Spice / ReadMe about SPICE < prev    next >
Text File  |  1996-12-13  |  4KB  |  30 lines

  1. SPICE Data Field
  2. An attribute field called "Spice" is predefined for devices and the design itself.  If the standard Report forms are used, any text data entered in this field is included in the output file, as follows:
  3. ・ for devices, the data is appended to the corresponding device line in the file.  E.g. entering the value "SIN(0.0 0.01V)" in the Spice field for a voltage source would create the following line in the SPICE output file:
  4. V1 0 VPLUS SIN(0.0 0.01V)
  5.  
  6. ・ for the design, the contents of the field is inserted verbatim at the front of the file.  This can be used to enter parameter lines, model definitions, etc.  Multiple lines can be entered if desired.
  7. SPICE Name Prefix
  8. Library parts in the SPICE Devices standard library have a field called "Name.Spice" defined.  This field contains the standard SPICE name prefix letter for that type.  To use this prefix, use the Design Attributes command to set the PrefixField field to "Name.Spice".
  9. Hierarchical Designs for SPICE
  10. Hierarchical designs created in Pure or Physical hierarchy mode will be written to the SPICE file using the SUBCKT statement.  See the SPICE sample designs provided with the package.
  11. Pin Ordering for SPICE
  12. In the SPICE netlist format, the functions of device pins are determined by the order of appearance in the file.  Therefore, the order of placement of pins on a device symbol is extremely important for this usage.  Pins are normally placed in the order they appear when the symbol is opened using the DevEditor, although this can be modified using the Report tool's DEVPINSEQUENCE facility and the PinSequence attribute field, described below.
  13. Discrete Component Symbols
  14. Discrete devices in the standard SPICE Devices library provided with DesignWorks have their pin order preset for SPICE usage.  If you are using any other discrete component symbols, or creating your own, check the pin order carefully.
  15. Digital Component Symbols
  16. Unfortunately, there is no established standard pin ordering for digital simulation extensions to SPICE.  The standard DesignWorks digital libraries are not set up to work with SPICE-based digital simulators, although most gate-level parts are created using the natural order of inputs first, then outputs.
  17. In order to use digital components with a SPICE format, it will be necessary to either:
  18. ・ enter a list of the pins to be listed in the file in the device's PinSequence attribute field, OR
  19. ・ create a special symbol with the pins in the correct order, OR
  20. ・ obtain libraries of symbols specially created for use with your simulator.
  21. Using the PinSequence Field
  22. The standard SPICE report forms provided with DesignWorks make use of the PinSequence attribute field to specify pin ordering for digital parts.  To specify pin ordering, it is first necessary to know the names of all the pins on the device in question.  This can be obtained using the Get Info command, the Pin Info command or by opening the part type using the DevEditor.
  23. For example, the 74ALS74 part has the following pin list when viewed in the DevEditor:
  24.  
  25. To specify an alternate order for output, you could enter the following string into the PinSequence field for the device:
  26. /CLR,D,CLK,/PRE,Q,/Q
  27.  
  28. Only the items entered in this list will appear, i.e. not all pins need be listed and some can be listed more than once, if desired.  The pin names must match exactly the list as seen in the DevEditor, including case.  Unrecognized names are ignored by the Report tool.
  29. NOTE: Entries in the PinSequence field are effective only if specifically enabled by the selected Report form file.  The SPICE form files provided with DesignWorks include this entry.  If you are creating your own format, refer to the description of the $DEVPINSEQUENCE format command.
  30.